home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / text / showtext.06 / showtext / showtext-0.06 / sample / README.sample < prev    next >
Encoding:
Text File  |  1995-09-18  |  1.1 KB  |  35 lines

  1. This directory contains some sample showtext scripts.
  2. The scripts have a suffix of .st, but that is up to you.
  3.  
  4. errtest.st :
  5.     Tests if... commands in (hopefully) all cases.
  6.  
  7. sample1.st :
  8.     Shows all attributes and colors (assuming you are in front of
  9.     a color capable console).
  10.     Shows the possibility to call external commands, including
  11.     showtext itself and finally leaves curses mode.
  12.  
  13. sample2.st :
  14.     is called by sample1.st in a [system showtext sample2.st]
  15.  
  16. sample3.st :
  17.     Shows how to handle user input and acting upon that.
  18.  
  19. sample4.st :
  20.     This one is taken from our BBS, it is an alpha version of our
  21.     main menue :-)
  22.     Notice the "macro" at the beginning of the file.
  23.  
  24. sample5.st :
  25.     Shows how to input strings and stores the input in text files.
  26.     Note that %HOME and the trailing /.userinfo.dat is seperated
  27.     by a space. This is necessary, because the algorithm for
  28.     detecting the end of a variable name looks for a white space.
  29.     This delimiter will be suppressed in output. If you need a
  30.     space, quote it.
  31.  
  32. sample6.st :
  33.     Defines a prompt that shows the remaining online time.
  34.  
  35.